[INFO] cloning repository https://github.com/cosmospkg/cosmos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosmospkg/cosmos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 738d92a9e0c4e39dffdd259b47435788978556d2
[INFO] fixing cosmospkg/cosmos against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cosmospkg/cosmos
[INFO] finished tweaking git repo https://github.com/cosmospkg/cosmos
[INFO] tweaked toml for git repo https://github.com/cosmospkg/cosmos written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cosmospkg/cosmos on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cosmospkg/cosmos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mlua-sys v0.6.7
[INFO] [stderr]   Downloaded xattr v1.1.2
[INFO] [stderr]   Downloaded num v0.1.43
[INFO] [stderr]   Downloaded which v5.0.0
[INFO] [stderr]   Downloaded ftp v3.0.1
[INFO] [stderr]   Downloaded cc v1.2.18
[INFO] [stderr]   Downloaded chrono v0.2.25
[INFO] [stderr]   Downloaded webpki-roots v0.26.0
[INFO] [stderr]   Downloaded mlua v0.10.3
[INFO] [stderr]   Downloaded bstr v1.8.0
[INFO] [stderr]   Downloaded lua-src v547.0.0
[INFO] [stderr]   Downloaded luajit-src v210.5.5+f2336c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a
[INFO] running `Command { std: "docker" "start" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking bstr v1.8.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking anstream v0.6.5
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking clap_builder v4.4.11
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling which v5.0.0
[INFO] [stderr]     Checking xattr v1.1.2
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]    Compiling luajit-src v210.5.5+f2336c4
[INFO] [stderr]    Compiling mlua-sys v0.6.7
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking cosmos-transport v1.0.1 (/opt/rustwide/workdir/cosmos-transport)
[INFO] [stderr]     Checking clap v4.4.11
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking cosmos-universe v1.0.1 (/opt/rustwide/workdir/cosmos-universe)
[INFO] [stderr]     Checking mlua v0.10.3
[INFO] [stderr]     Checking nova v1.0.1 (/opt/rustwide/workdir/nova)
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> nova/src/lib.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | pub fn run_nova_build_script(script_path: &str, extraction_root: &Path, install_root: &Path) -> Result<(), NovaError> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua` will fail
[INFO] [stdout]    --> nova/src/lib.rs:131:22
[INFO] [stdout]     |
[INFO] [stdout] 131 |             build_fn.call(())?;
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 131 |             build_fn.call::<()>(())?;
[INFO] [stdout]     |                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> nova/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | / pub fn run_nova_script(
[INFO] [stdout] 143 | |     script_path: &str,
[INFO] [stdout] 144 | |     extraction_root: &Path,
[INFO] [stdout] 145 | |     install_root: &Path,
[INFO] [stdout] 146 | |     installed_files: &mut Vec<String>,
[INFO] [stdout] 147 | | ) -> Result<(), NovaError> {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua` will fail
[INFO] [stdout]    --> nova/src/lib.rs:249:24
[INFO] [stdout]     |
[INFO] [stdout] 249 |             install_fn.call(())?;
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 249 |             install_fn.call::<()>(())?;
[INFO] [stdout]     |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> nova/src/lib.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | pub fn run_nova_build_script(script_path: &str, extraction_root: &Path, install_root: &Path) -> Result<(), NovaError> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua` will fail
[INFO] [stdout]    --> nova/src/lib.rs:131:22
[INFO] [stdout]     |
[INFO] [stdout] 131 |             build_fn.call(())?;
[INFO] [stdout]     |                      ^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]     = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 131 |             build_fn.call::<()>(())?;
[INFO] [stdout]     |                          ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nova` (lib test) due to 4 previous errors
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]    --> nova/src/lib.rs:142:1
[INFO] [stdout]     |
[INFO] [stdout] 142 | / pub fn run_nova_script(
[INFO] [stdout] 143 | |     script_path: &str,
[INFO] [stdout] 144 | |     extraction_root: &Path,
[INFO] [stdout] 145 | |     install_root: &Path,
[INFO] [stdout] 146 | |     installed_files: &mut Vec<String>,
[INFO] [stdout] 147 | | ) -> Result<(), NovaError> {
[INFO] [stdout]     | |__________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromLua` will fail
[INFO] [stdout]    --> nova/src/lib.rs:249:24
[INFO] [stdout]     |
[INFO] [stdout] 249 |             install_fn.call(())?;
[INFO] [stdout]     |                        ^^^^
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]     |
[INFO] [stdout] 249 |             install_fn.call::<()>(())?;
[INFO] [stdout]     |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nova` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a", kill_on_drop: false }`
[INFO] [stdout] 543fe4d357752a79e084251e12178e19ae8704ade77cd3cd263b4d0d2ee9d86a
